home *** CD-ROM | disk | FTP | other *** search
-
- /*
- $Id: mt_includes.h,v 1.2 1999/08/30 19:28:03 carlos Exp $.
- */
-
- #define __USE_SYSBASE // perhaps only recognized by SAS/C
-
- #include <exec/types.h>
- #include <exec/memory.h>
- #include <exec/libraries.h>
- #include <exec/execbase.h>
- #include <exec/resident.h>
- #include <exec/initializers.h>
-
- #include <stdio.h>
- #include <string.h>
-
- #include <proto/exec.h>
- #include <proto/intuition.h>
- #include <proto/utility.h>
- #include <proto/dos.h>
- //#include <proto/locale.h>
- #include <intuition/intuition.h>
- #include <libraries/mui.h>
- #include <mui/mui.h>
- #include <mui/muiundoc.h>
- #include <proto/muimaster.h>
-
-
- #include <libraries/muitoolkit.h>
- #include <libraries/muitoolkitbase.h>
-
-
- #ifndef COMPILER_H
- #define COMPILER_H
-
- #define REG(r) register __ ## r
- #define SAVEDS __saveds
- #define ASM __asm
- #define REGARGS __regargs
- #define STDARGS __stdargs
- #define ALIGNED __aligned
-
- #endif /* COMPILER_H */
-
-
-
-